home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / card_109333.txt < prev    next >
Text File  |  1989-08-22  |  2KB  |  116 lines

  1. -- card: 109333 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 109641
  5. -- name: Application Service E/1
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global btnStatus
  9.   get line 2 of btnStatus
  10.   -- the line number should be tailored for each menu
  11.   repeat with i = 1 to 4
  12.     -- tailor to number of menu items on given menu
  13.     if item i of it is not empty
  14.     then set the hilite of bg btn ("graphic" & i) to true
  15.   else set the hilite of bg btn ("graphic" & i) to false
  16. end repeat
  17. pass openCard
  18. end openCard
  19.  
  20.  
  21. -- part 1 (button)
  22. -- low flags: 00
  23. -- high flags: 0000
  24. -- rect: left=482 top=294 right=320 bottom=509
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 1235 / 1235
  27. -- text alignment: 1
  28. -- font id: 0
  29. -- text size: 12
  30. -- style flags: 0
  31. -- line height: 16
  32. -- part name: Last Menu
  33. ----- HyperTalk script -----
  34. on mouseUp
  35.  
  36. end mouseUp
  37.  
  38.  
  39.  
  40. -- part 2 (button)
  41. -- low flags: 00
  42. -- high flags: 0000
  43. -- rect: left=478 top=319 right=341 bottom=498
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 1401 / 1401
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Prev
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.  
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 3 (button)
  60. -- low flags: 00
  61. -- high flags: 0000
  62. -- rect: left=493 top=319 right=341 bottom=512
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 1400 / 1400
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Next
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.  
  74. end mouseUp
  75.  
  76.  
  77.  
  78. -- part contents for background part 50
  79. ----- text -----
  80. 109333
  81.  
  82. -- part contents for background part 24
  83. ----- text -----
  84. There are four Examples in this segment, one for each type of application.
  85.  
  86. -- part contents for background part 11
  87. ----- text -----
  88. Examples
  89.  
  90. -- part contents for background part 49
  91. ----- text -----
  92. Click a choice.
  93.  
  94. -- part contents for background part 26
  95. ----- text -----
  96. Example 1:
  97. Single Launch, Single User
  98.  
  99. -- part contents for background part 30
  100. ----- text -----
  101. Example 2:
  102. Single Launch, Multi-User
  103.  
  104. -- part contents for background part 31
  105. ----- text -----
  106. Example 3:
  107. Multi-Launch, Single User
  108.  
  109. -- part contents for background part 32
  110. ----- text -----
  111. Example 4:
  112. Multi-Launch, Multi-User
  113.  
  114. -- part contents for background part 3
  115. ----- text -----
  116. Types of Network Applications